Akhdefo Plot

Plot North-South Annual Velocity in mm/year

[5]:
from   akhdefo_functions import MeanProducts_plot_ts

MeanProducts_plot_ts(path_to_shapefile="stack_data/TS/TS_NS_20220812_to_20221016_velocity.shp",
                    dem_path="data/dem_aoi.tif" , color_field="VEL",
                    Set_fig_MinMax=False, MinMaxRange=[-100,100],
                   opacity=0.9, cmap='RdYlBu_r', point_size=0.5,

                 cbar_label="mm/year", batch_plot=False, dates_list='Names.txt' , out_folder="Figs_analysis/NS")
../_images/notebooks_Akhdefo_plot_2_0.png

Plot East-West Annual Velocity in mm/year

[6]:
from akhdefo_functions import MeanProducts_plot_ts

MeanProducts_plot_ts(path_to_shapefile="stack_data/TS/TS_EW_20220812_to_20221016_velocity.shp",
                    dem_path="data/dem_aoi.tif" , color_field="VEL",
                    Set_fig_MinMax=False, MinMaxRange=[-100,100],
                   opacity=0.9, cmap='RdYlBu_r', point_size=0.5,

                 cbar_label="mm/year", batch_plot=False, dates_list='Names.txt' , out_folder="Figs_analysis/EW")
../_images/notebooks_Akhdefo_plot_4_0.png

Plot 2D Annual Velocity and Direction

[7]:
from   akhdefo_functions import MeanProducts_plot_ts

#2D Velocity
MeanProducts_plot_ts(path_to_shapefile="stack_data/TS/TS_2D_20220812_to_20221016_velocity_mean.shp",
                    dem_path="data/dem_aoi.tif" , color_field="VEL_2D",
                    Set_fig_MinMax=False, MinMaxRange=[-100,100],
                   opacity=0.9, cmap='RdYlBu_r', point_size=0.5,

                 cbar_label="mm/year", batch_plot=False, dates_list='Names.txt' , out_folder="Figs_analysis/2D")


#Direction
from   akhdefo_functions import MeanProducts_plot_ts
MeanProducts_plot_ts(path_to_shapefile="stack_data/TS/TS_2D_20220812_to_20221016_velocity_mean.shp",
                    dem_path="data/dem_aoi.tif" , color_field="VEL_2DDir",
                    Set_fig_MinMax=False, MinMaxRange=[-100,100],
                   opacity=0.9, cmap='hsv', point_size=0.5,

                 cbar_label="degree", batch_plot=False, dates_list='Names.txt' , out_folder="Figs_analysis/2D")
../_images/notebooks_Akhdefo_plot_6_0.png
../_images/notebooks_Akhdefo_plot_6_1.png

Plot North-South Temporal Deformation

NS.gif
[9]:
from   akhdefo_functions import MeanProducts_plot_ts

MeanProducts_plot_ts(path_to_shapefile="stack_data/TS/TS_NS_20220812_to_20221016_velocity.shp",
                    dem_path="data/dem_aoi.tif" , color_field="VEL",
                    Set_fig_MinMax=True, MinMaxRange=[-200,200],
                   opacity=0.9, cmap='RdYlBu_r', point_size=0.5,

                 cbar_label="mm", batch_plot=True, dates_list='Names.txt' , out_folder="Figs_analysis/TS_Figs_NS")
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
C:\Users\Mahmud\anaconda3\envs\kurd\lib\site-packages\akhdefo_functions\AkhdefoPlot.py:1210: RuntimeWarning: More than 20 figures have been opened. Figures created through the pyplot interface (`matplotlib.pyplot.figure`) are retained until explicitly closed and may consume too much memory. (To control this warning, see the rcParam `figure.max_open_warning`). Consider using `matplotlib.pyplot.close()`.
  fig = plt.figure(figsize=(7,7))
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
../_images/notebooks_Akhdefo_plot_9_3.png
../_images/notebooks_Akhdefo_plot_9_4.png
../_images/notebooks_Akhdefo_plot_9_5.png
../_images/notebooks_Akhdefo_plot_9_6.png
../_images/notebooks_Akhdefo_plot_9_7.png
../_images/notebooks_Akhdefo_plot_9_8.png
../_images/notebooks_Akhdefo_plot_9_9.png
../_images/notebooks_Akhdefo_plot_9_10.png
../_images/notebooks_Akhdefo_plot_9_11.png
../_images/notebooks_Akhdefo_plot_9_12.png
../_images/notebooks_Akhdefo_plot_9_13.png
../_images/notebooks_Akhdefo_plot_9_14.png
../_images/notebooks_Akhdefo_plot_9_15.png
../_images/notebooks_Akhdefo_plot_9_16.png
../_images/notebooks_Akhdefo_plot_9_17.png
../_images/notebooks_Akhdefo_plot_9_18.png
../_images/notebooks_Akhdefo_plot_9_19.png
../_images/notebooks_Akhdefo_plot_9_20.png
../_images/notebooks_Akhdefo_plot_9_21.png
../_images/notebooks_Akhdefo_plot_9_22.png
../_images/notebooks_Akhdefo_plot_9_23.png
../_images/notebooks_Akhdefo_plot_9_24.png
../_images/notebooks_Akhdefo_plot_9_25.png
../_images/notebooks_Akhdefo_plot_9_26.png

Plot East-West Temporal Deformation

EW.gif
[10]:
from   akhdefo_functions import MeanProducts_plot_ts

MeanProducts_plot_ts(path_to_shapefile="stack_data/TS/TS_EW_20220812_to_20221016_velocity.shp",
                    dem_path="data/dem_aoi.tif" , color_field="VEL",
                    Set_fig_MinMax=True, MinMaxRange=[-200,200],
                   opacity=0.9, cmap='RdYlBu_r', point_size=0.5,
                 cbar_label="mm", batch_plot=True, dates_list='Names.txt' , out_folder="Figs_analysis/TS_Figs_EW")
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
C:\Users\Mahmud\anaconda3\envs\kurd\lib\site-packages\akhdefo_functions\AkhdefoPlot.py:1210: RuntimeWarning: More than 20 figures have been opened. Figures created through the pyplot interface (`matplotlib.pyplot.figure`) are retained until explicitly closed and may consume too much memory. (To control this warning, see the rcParam `figure.max_open_warning`). Consider using `matplotlib.pyplot.close()`.
  fig = plt.figure(figsize=(7,7))
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
akhdefo is plotting more than 10 figures to avoid crushing python kernel we skip displaying figures.
 Please see figures inside provided out_folder path
../_images/notebooks_Akhdefo_plot_12_3.png
../_images/notebooks_Akhdefo_plot_12_4.png
../_images/notebooks_Akhdefo_plot_12_5.png
../_images/notebooks_Akhdefo_plot_12_6.png
../_images/notebooks_Akhdefo_plot_12_7.png
../_images/notebooks_Akhdefo_plot_12_8.png
../_images/notebooks_Akhdefo_plot_12_9.png
../_images/notebooks_Akhdefo_plot_12_10.png
../_images/notebooks_Akhdefo_plot_12_11.png
../_images/notebooks_Akhdefo_plot_12_12.png
../_images/notebooks_Akhdefo_plot_12_13.png
../_images/notebooks_Akhdefo_plot_12_14.png
../_images/notebooks_Akhdefo_plot_12_15.png
../_images/notebooks_Akhdefo_plot_12_16.png
../_images/notebooks_Akhdefo_plot_12_17.png
../_images/notebooks_Akhdefo_plot_12_18.png
../_images/notebooks_Akhdefo_plot_12_19.png
../_images/notebooks_Akhdefo_plot_12_20.png
../_images/notebooks_Akhdefo_plot_12_21.png
../_images/notebooks_Akhdefo_plot_12_22.png
../_images/notebooks_Akhdefo_plot_12_23.png
../_images/notebooks_Akhdefo_plot_12_24.png
../_images/notebooks_Akhdefo_plot_12_25.png
../_images/notebooks_Akhdefo_plot_12_26.png
[ ]: